Merge pull request #625 from n1k0/phantomjs-192-travis
Add Phantomjs 1.9.2 to Travis build matrix
Showing
1 changed file
with
16 additions
and
0 deletions
... | @@ -15,11 +15,25 @@ before_install: | ... | @@ -15,11 +15,25 @@ before_install: |
15 | - sudo mv phantomjs-1.9.0-linux-x86_64/bin/phantomjs bin/phantomjs190 | 15 | - sudo mv phantomjs-1.9.0-linux-x86_64/bin/phantomjs bin/phantomjs190 |
16 | - bin/phantomjs190 --version | 16 | - bin/phantomjs190 --version |
17 | - ls -la bin/phantomjs190 | 17 | - ls -la bin/phantomjs190 |
18 | - echo "installing PhantomJS 1.9.1" | ||
19 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2 | ||
20 | - tar -xvf phantomjs-1.9.1-linux-x86_64.tar.bz2 | ||
21 | - sudo mv phantomjs-1.9.1-linux-x86_64/bin/phantomjs bin/phantomjs191 | ||
22 | - bin/phantomjs191 --version | ||
23 | - ls -la bin/phantomjs191 | ||
24 | - echo "installing PhantomJS 1.9.2" | ||
25 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2 | ||
26 | - tar -xvf phantomjs-1.9.2-linux-x86_64.tar.bz2 | ||
27 | - sudo mv phantomjs-1.9.2-linux-x86_64/bin/phantomjs bin/phantomjs192 | ||
28 | - bin/phantomjs192 --version | ||
29 | - ls -la bin/phantomjs192 | ||
18 | 30 | ||
19 | before_script: | 31 | before_script: |
20 | - "npm install -g jshint@2.0.1" | 32 | - "npm install -g jshint@2.0.1" |
21 | - bin/phantomjs182 --version | 33 | - bin/phantomjs182 --version |
22 | - bin/phantomjs190 --version | 34 | - bin/phantomjs190 --version |
35 | - bin/phantomjs191 --version | ||
36 | - bin/phantomjs192 --version | ||
23 | 37 | ||
24 | script: | 38 | script: |
25 | - make test | 39 | - make test |
... | @@ -28,6 +42,8 @@ env: | ... | @@ -28,6 +42,8 @@ env: |
28 | matrix: | 42 | matrix: |
29 | - PHANTOMJS_EXECUTABLE="bin/phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" | 43 | - PHANTOMJS_EXECUTABLE="bin/phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" |
30 | - PHANTOMJS_EXECUTABLE="bin/phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" | 44 | - PHANTOMJS_EXECUTABLE="bin/phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" |
45 | - PHANTOMJS_EXECUTABLE="bin/phantomjs191 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" | ||
46 | - PHANTOMJS_EXECUTABLE="bin/phantomjs192 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" | ||
31 | 47 | ||
32 | notifications: | 48 | notifications: |
33 | irc: | 49 | irc: | ... | ... |
-
Please register or sign in to post a comment