File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 4.2.0 "
4- - " 4.0.0 "
3+ - " 6 "
4+ - " 4"
55 - " 0.12"
66 - " 0.10"
7- before_install :
8- - mkdir travis-phantomjs
9- - wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
10- - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
11- - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
127install :
138 - npm install -g grunt-cli
149 - npm install
1510env :
1611 global :
12+ - PHANTOMJS_CDNURL=http://cnpmjs.org/downloads
1713 - secure : TrNVruWYaUK5ALga1y7wRY+MLjWJECUSCsBmKW5EUmIevOUxqHWu7M89FANKxstEeFRRAGH3QJbloRxnzIgh0U0ah5npE9XA1bYXGO5khoXeIyk7pNRfjIo8aEnJH1Vp8vWA6J6ovxdJ7lCFKEGvGKxGde50knVl7KFVVULlX2U=
1814 - secure : Rzh+CEI7YRvvVkOruPE8Z0dkU0s13V6b6cpqbN72vxbJl/Jm5PUZkjTFJdkWJrW3ErhCKX6EC7XdGvrclqEA9WAqKzrecqCJYqTnw4MwqiAj6F9wqE/BqhoWg4xPxm0MK/7eJMvLCgjNpe+gc1CaeFJZkLSNWn6nOFke+vVlf9Q=
1915sudo : false
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ environment:
44 - nodejs_version : " 0.10"
55 - nodejs_version : " 0.12"
66 - nodejs_version : " 4"
7+ - nodejs_version : " 6"
78
89# Install scripts. (runs after repo cloning)
910install :
Original file line number Diff line number Diff line change 5050 },
5151 "devDependencies" : {
5252 "diff" : " ^2.2.2" ,
53- "grunt" : " ^1.0.1 " ,
53+ "grunt" : " ~0.4.5 " ,
5454 "grunt-browserify" : " ^5.0.0" ,
5555 "grunt-contrib-clean" : " ^1.0.0" ,
5656 "grunt-contrib-concat" : " ^1.0.1" ,
6262 "grunt-saucelabs" : " ^8.6.2" ,
6363 "grunt-shell" : " ^1.3.0" ,
6464 "jit-grunt" : " ^0.10.0" ,
65+ "phantomjs-prebuilt" : " ^2.1.7" ,
6566 "time-grunt" : " ^1.3.0"
6667 },
6768 "keywords" : [
You can’t perform that action at this time.
0 commit comments