Skip to content

Commit

Permalink
Tests: remove PhantomJS QUnit test runner
Browse files Browse the repository at this point in the history
Do not use PhantomJS to run the QUnit test suite because it is not ES6-compatible. This will be replaced by an ES6-compatible test runner in the future, but is removed for now since these tests are routinely run manually.
  • Loading branch information
aschampion committed Jul 6, 2015
1 parent bed42ba commit 34d9d9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- travis_retry travis_wait 60 pip install -q -r django/pip-frozen
# Install additional dependencies for Travis
- pip install coveralls
- npm install jshint phantomjs qunit-phantomjs-runner
- npm install jshint
before_script:
- psql -c 'CREATE DATABASE catmaid;' -U postgres
- cd django
Expand All @@ -41,7 +41,5 @@ script:
- python manage.py runserver &
- sleep 5
- cd ../../..
- phantomjs --version
- phantomjs node_modules/qunit-phantomjs-runner/runner.js "http://localhost:8000/tests"
after_success:
- cd django/projects/mysite && coveralls

0 comments on commit 34d9d9c

Please sign in to comment.