https://github.com/bhofmei/jbplugin-screenshot
Raw File
Tip revision: 43affe0e7d6fcf532552876f9456e2fda9413237 authored by Brigitte Hofmeister on 23 February 2020, 15:06:10 UTC
Merge pull request #13 from WormBase/master
Tip revision: 43affe0
.travis.yml
language: node_js
node_js:
    - 7
sudo: false
cache:
  - pip
  - yarn
before_install:
  - pip install --user RangeHTTPServer
install:
  - TRAVIS_CI=1 yarn install
before_script:
  - cd test/
  - ./prep_test_stable.sh
  - cd ../
  - python -m RangeHTTPServer &
script:
  - phantomjs test/run-jasmine.js http://localhost:8000/test/
back to top