Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunguha committed Mar 15, 2019
1 parent 2e6624b commit 02a55f2
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: node_js
node_js:
"8"
before_install:
- export PATH="$PATH:$TRAVIS_BUILD_DIR"
install:
- yarn install
- wget https://chromedriver.storage.googleapis.com/73.0.3683.68/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
script:
- yarn run build
- (cd stopify-continuations-compiler && yarn run test)
Expand All @@ -17,4 +13,4 @@ cache:
notifications:
email:false
addons:
chrome: stable
chrome: stable
2 changes: 2 additions & 0 deletions stopify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"@types/tmp": "0.0.33",
"@types/webpack": "^3.0.5",
"browserify": "^16.1.0",
"chromedriver": "^2.46.0",
"geckodriver": "^1.16.0",
"glob": "^7.1.1",
"jest": "^20.0.4",
"jest-junit": "^3.1.0",
Expand Down
Loading

0 comments on commit 02a55f2

Please sign in to comment.