fix: Update travis yaml to run protractor 3

This commit is contained in:
Blade Barringer 2016-03-13 21:05:06 -05:00
parent 17d2efb822
commit 88ef920a2f

View file

@ -9,6 +9,9 @@ require('babel-polyfill');
exports.config = {
specs: ['./helper.js', './**/*.test.js'],
baseUrl: 'http://localhost:3003/',
capabilities: {
browserName: 'firefox',
},
directConnect: true,
seleniumAddress: 'http://localhost:4444/wd/hub',
framework: 'mocha',