Skip to content

Commit

Permalink
feat: Release Typescript migration and testing fixes.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This _should_ be seamless but i'm making this a
breaking bump to limit the affect on existing users.
  • Loading branch information
NickTomlin committed Feb 5, 2019
1 parent db496ec commit 9357450
Show file tree
Hide file tree
Showing 8 changed files with 252 additions and 195 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ notifications:
node_js:
- 6
- 8
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: PROTRACTOR_FLAKE_LOG_LEVEL=debug npm test && npm run test:integration
addons:
sauce_connect:
username: pluckdeep
jwt:
secure: "YPCvwHU+vzXfC6CCS3il2BJOd8tpcgnUv7VoTOtYXJN9LHw5AvVDTw6D3uqm7A++BeWOPEsGHLYkgBuLtAxzT1gQc0G4Gkg8w8ykkTZMQ+1r3D+i/J1r9GiNyn4PGDy7DIcgU8+TxNh2TG6x+MqU6fhWIeJY4aoht1Ux/DVNnUfk21s5sXJjpn7lnVXGjGeUIqIt1rq9jvpC5XOsBDKdoo/3PICptdm/77Ej4v6K61VU3TNdJ9fvjpA7lVHDv4hfPGO8h3d0aBFxkCAXHUqhNjmpzqH8O5qozU0R4drMSa1wEdGhld77PGs8LNDbCFMfHkOY59A4aYFyEI7iAg+AvlZ1O1rV3UXfWPYzQsWvVJCZgV0WWioXi8ariStc+VRfVp5eVegw9d64vXzmD76p5sJL4Jqs4bHfYleb7MMDHOBJg3JEyowI3IMVqGBSlEbCxUz8fCkSC0a+BbL1xI3amaQNBDv58Fb/ooF78bkAt4uzPYxA005pGzudVgSKVGspXpDpkwhANGH9kbZRTSzif0po3jy6y2etZNZwCZUWmz7t0aHvFXj5joWJw54Oj5u/zAn9X45e41xsn0p2WiOdNKshr1xajbkeBRuaNqDbnUGQCxA/Ti9wBGSXAaVhDRHmnkkvKAS/OtaDe5pU7TA8IAdmHDphd8GyAxhIQL9GH+k="
script:
- npm run webdriver:update
- npm test && PROTRACTOR_FLAKE_LOG_LEVEL=debug npm run test:integration
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
if: branch = master
node_js: lts/*
script: skip
deploy:
Expand Down
Loading

0 comments on commit 9357450

Please sign in to comment.