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
d8bea8b8
...
d8bea8b844aad590c23b4456e553c4dda5d70dae
authored
2013-05-09 12:41:55 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
debug
1 parent
2f3ad26a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
d8bea8b
...
...
@@ -8,12 +8,14 @@ before_install:
-
wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-i686.tar.bz2
-
tar -xvf phantomjs-1.8.2-linux-i686.tar.bz2
-
sudo mv phantomjs-1.8.2-linux-i686/bin/phantomjs bin/phantomjs182
-
ls -la bin/phantomjs182
-
bin/phantomjs182 --version
-
echo "installing PhantomJS 1.9.0"
-
wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-i686.tar.bz2
-
tar -xvf phantomjs-1.9.0-linux-i686.tar.bz2
-
sudo mv phantomjs-1.9.0-linux-i686/bin/phantomjs bin/phantomjs190
-
bin/phantomjs190 --version
-
ls -la bin/phantomjs190
before_script
:
-
"
npm
install
-g
jshint@1.1.0"
...
...
Please
register
or
sign in
to post a comment