Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Commit

Permalink
remove phantomjs fallback temporarily, use different compiler version…
Browse files Browse the repository at this point in the history
… due to laverdet/node-fibers#331 [skip ci]
  • Loading branch information
AronNovak committed Feb 28, 2017
1 parent 0def8a8 commit 8d54421
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ci-scripts/docker_files/preparing_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ if [ -z ${BUILD_WEBDRIVERIO+x} ] || [ "$BUILD_WEBDRIVERIO" -ne 1 ]; then
exit 0;
fi

# Fibers Node 7.x issue: https://github.com/laverdet/node-fibers/issues/331
apt-get -y install g++-4.8
export CXX=g++-4.8

# Install global packages.
npm install -g elm@~0.18.0
npm install -g elm-test
Expand Down
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"merge-stream": "0.1.8",
"wdio-browserstack-service": "0.1.4",
"wdio-mocha-framework": "0.5.8",
"wdio-phantomjs-service": "0.2.2",
"wdio-selenium-standalone-service": "0.0.7",
"wdio-spec-reporter": "0.0.5",
"wiredep": "2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion client/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ exports.config = {
// Services take over a specific job you don't want to take care of. They enhance
// your test setup with almost no effort. Unlike plugins, they don't add new
// commands. Instead, they hook themselves up into the test process.
services: ['browserstack', 'selenium-standalone', 'phantomjs'],
services: ['browserstack', 'selenium-standalone'],
//
// Framework you want to run your specs with.
// The following are supported: Mocha, Jasmine, and Cucumber
Expand Down

0 comments on commit 8d54421

Please sign in to comment.