Skip to content

Commit

Permalink
Merge pull request #105 from NickTomlin/restore-typescript
Browse files Browse the repository at this point in the history
Restore typescript and features in #98
  • Loading branch information
NickTomlin authored Feb 4, 2019
2 parents 2290cad + a36d896 commit 807557d
Show file tree
Hide file tree
Showing 10 changed files with 264 additions and 196 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 807557d

Please sign in to comment.