mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Test modification travis = 1
This commit is contained in:
parent
bba1bb202b
commit
918d84545a
16
.travis.yml
16
.travis.yml
@ -1,3 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
|
||||
- cd ~/casperjs
|
||||
- git checkout tags/1.0.2
|
||||
- export PATH=$PATH:`pwd`/bin
|
||||
- cd -
|
||||
before_script:
|
||||
- phantomjs --version
|
||||
- casperjs --version
|
||||
|
Loading…
Reference in New Issue
Block a user