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
d42e0b6f
...
d42e0b6fdf9e8a21dd4275f930568363a19fe258
authored
2013-11-16 12:05:09 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
refs #594 - added slimerjs to travis build matrix
1 parent
8b41b700
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
d42e0b6
...
...
@@ -20,6 +20,10 @@ before_script:
-
"
npm
install
-g
jshint@2.0.1"
script
:
-
echo "######################################"
-
echo "PLATFORM
:
$ENGINE"
-
echo "VERSION
:
$ENGINE_VERSION"
-
echo "######################################"
-
make test
-
make test-dotNET
...
...
@@ -29,6 +33,7 @@ env:
-
ENGINE="phantomjs" ENGINE_VERSION="1.9.0"
-
ENGINE="phantomjs" ENGINE_VERSION="1.9.1"
-
ENGINE="phantomjs" ENGINE_VERSION="1.9.2"
-
ENGINE="slimerjs" ENGINE_VERSION="0.8.4"
global
:
-
PHANTOMJS_EXECUTABLE="engine/bin/phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
-
SLIMERJS_EXECUTABLE="engine/slimerjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
...
...
Please
register
or
sign in
to post a comment