.travis.yml 419 Bytes
branches:
  only:
    - master
    - testcase
before_script:
  - "npm install -g jshint"
  - "phantomjs --version"
  - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'"
script:
  - "./bin/casperjs selftest"
  - "./bin/casperjs __selfcommandtest"
after_script:
  - "jshint --config=.jshintconfig ."
notifications:
  irc:
    channels:
      - "irc.freenode.org#casperjs"