Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
136e9c65
...
136e9c656968c0817acf4016fa8461d911fe5e52
authored
2013-05-09 11:13:20 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
travis ci build matrix
1 parent
407a7bb9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
.travis.yml
.travis.yml
View file @
136e9c6
...
...
@@ -2,12 +2,26 @@ branches:
only
:
-
"
master"
-
"
1.0"
before_install
:
-
wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-i686.tar.bz2
-
tar -xf phantomjs-1.8.2-linux-i686.tar.bz2
-
sudo mv phantomjs-1.8.2-linux-i686 /usr/local/phantomjs182
-
wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-i686.tar.bz2
-
tar -xf phantomjs-1.9.0-linux-i686.tar.bz2
-
sudo mv phantomjs-1.9.0-linux-i686 /usr/local/phantomjs190
before_script
:
-
"
npm
install
-g
jshint@1.1.0"
-
"
phantomjs
--version"
-
"
export
PHANTOMJS_EXECUTABLE='phantomjs
--local-to-remote-url-access=yes
--ignore-ssl-errors=yes'"
script
:
-
make test
matrix
:
-
PHANTOMJS_EXECUTABLE="phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
-
PHANTOMJS_EXECUTABLE="phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
notifications
:
irc
:
channels
:
...
...
Please
register
or
sign in
to post a comment