Skip to content

Commit

Permalink
Back to Travis
Browse files Browse the repository at this point in the history
Securing Jenkins is a pain.
  • Loading branch information
arjunguha committed Mar 15, 2019
1 parent d1cd870 commit bcf6e25
Show file tree
Hide file tree
Showing 3 changed files with 562 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
node_js:
"8"
install:
- yarn install
script:
- yarn run build
- (cd stopify-continuations-compiler && yarn run test)
- (cd stopify && yarn run test)
cache:
directories:
- node_modules
notifications:
email:false
addons:
chrome: stable
firefox: latest
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 bcf6e25

Please sign in to comment.