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
e688481a
...
e688481a7617d956d477d668964192a4982b7049
authored
11 years ago
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed phantomjs executable path in travis config
1 parent
136e9c65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
.travis.yml
.travis.yml
View file @
e688481
...
...
@@ -6,10 +6,10 @@ 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
-
sudo mv phantomjs-1.8.2-linux-i686 /usr/local/phantomjs182
-
sudo mv phantomjs-1.8.2-linux-i686 /usr/local/
bin/
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
-
sudo mv phantomjs-1.9.0-linux-i686 /usr/local/
bin/
phantomjs190
before_script
:
-
"
npm
install
-g
jshint@1.1.0"
...
...
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment