From 34d9d9cf6d5d3aa65cf1a5a4c472a27be0a54ad9 Mon Sep 17 00:00:00 2001 From: Andrew Champion Date: Mon, 6 Jul 2015 12:36:27 -0400 Subject: [PATCH] Tests: remove PhantomJS QUnit test runner 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. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed104b8810..b833fde41c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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