2012-11-08 17:11:43 +01:00
|
|
|
branches:
|
|
|
|
only:
|
2013-03-05 17:10:02 +01:00
|
|
|
- "master"
|
|
|
|
- "1.0"
|
2012-11-08 17:11:43 +01:00
|
|
|
before_script:
|
2013-03-05 17:10:02 +01:00
|
|
|
- "npm install -g jshint"
|
2012-11-08 17:11:43 +01:00
|
|
|
- "phantomjs --version"
|
|
|
|
- "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'"
|
|
|
|
script:
|
2013-03-05 17:10:02 +01:00
|
|
|
- "./bin/casperjs selftest"
|
|
|
|
- "./bin/casperjs __selfcommandtest"
|
|
|
|
after_script:
|
|
|
|
- "jshint --config=.jshintconfig ."
|
2012-11-08 17:11:43 +01:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#casperjs"
|