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:
10
.travis.yml
10
.travis.yml
@@ -1,3 +1,13 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 0.6
|
- 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
|
||||||
|
Reference in New Issue
Block a user