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
fa7ea35e
...
fa7ea35e11904ca575b678471297bc8b0407217b
authored
2012-01-13 19:24:20 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
new attempt to setup travis ci now it has phantomjs installed
1 parent
1cc91aca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
.travis.yml
.travis.yml
0 → 100644
View file @
fa7ea35
branches
:
only
:
-
master
before_script
:
-
"
export
PHANTOMJS_EXECUTABLE='phantomjs'"
-
"
export
DISPLAY=:99.0"
-
"
sh
-e
/etc/init.d/xvfb
start"
script
:
-
"
DISPLAY=:99.0
./bin/casperjs
test
tests/suites"
Please
register
or
sign in
to post a comment