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
2c252db0
...
2c252db0bfc6fea414aa1c7ed1739379f485b730
authored
2013-05-09 12:16:07 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
attempt at fixing travis build matrix
1 parent
5aee179c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
.travis.yml
.travis.yml
View file @
2c252db
...
...
@@ -5,11 +5,15 @@ branches:
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
-
tar -xvf phantomjs-1.8.2-linux-i686.tar.bz2
-
ls -la phantomjs-1.8.2-linux-i686/bin/phantomjs
-
sudo mv phantomjs-1.8.2-linux-i686/bin/phantomjs /usr/local/phantomjs182
-
chmod +x /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
-
tar -xvf phantomjs-1.9.0-linux-i686.tar.bz2
-
ls -la phantomjs-1.9.0-linux-i686/bin/phantomjs
-
sudo mv phantomjs-1.9.0-linux-i686/bin/phantomjs /usr/local/phantomjs190
-
chmod +x /usr/local/phantomjs190
before_script
:
-
"
npm
install
-g
jshint@1.1.0"
...
...
Please
register
or
sign in
to post a comment