Skip to content

Commit cc1a143

Browse files
committed
Merge pull request #2905 from abrobston/bug2898
Download PhantomJS from CDN
2 parents 2449c4e + d6bd0e9 commit cc1a143

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
language: node_js
22
node_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
127
install:
138
- npm install -g grunt-cli
149
- npm install
1510
env:
1611
global:
12+
- PHANTOMJS_CDNURL=http://cnpmjs.org/downloads
1713
- secure: TrNVruWYaUK5ALga1y7wRY+MLjWJECUSCsBmKW5EUmIevOUxqHWu7M89FANKxstEeFRRAGH3QJbloRxnzIgh0U0ah5npE9XA1bYXGO5khoXeIyk7pNRfjIo8aEnJH1Vp8vWA6J6ovxdJ7lCFKEGvGKxGde50knVl7KFVVULlX2U=
1814
- secure: Rzh+CEI7YRvvVkOruPE8Z0dkU0s13V6b6cpqbN72vxbJl/Jm5PUZkjTFJdkWJrW3ErhCKX6EC7XdGvrclqEA9WAqKzrecqCJYqTnw4MwqiAj6F9wqE/BqhoWg4xPxm0MK/7eJMvLCgjNpe+gc1CaeFJZkLSNWn6nOFke+vVlf9Q=
1915
sudo: false

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)
910
install:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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",
@@ -62,6 +62,7 @@
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": [

0 commit comments

Comments
 (0)