chore: cleanup stale protractor files

This commit is contained in:
Tobias Bosch
2016-08-30 09:28:46 -07:00
parent 1ef122988e
commit 2ab07d9418
7 changed files with 1 additions and 277 deletions

View File

@ -35,7 +35,7 @@ cd ..
if [[ ${TRAVIS} ]]; then
sh -e /etc/init.d/xvfb start
fi
NODE_PATH=$NODE_PATH:./dist/all $(npm bin)/protractor ./protractor-js-new-world.conf.js
NODE_PATH=$NODE_PATH:./dist/all $(npm bin)/protractor ./protractor-e2e.conf.js
echo 'travis_fold:end:test.e2e.localChrome'
echo 'travis_fold:end:test.js'