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 669061c
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 6 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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stopify [![Build Status](http://35.207.24.48:5000/buildStatus/icon?job=stopify-build/master)](http://35.207.24.48:5000/blue/organizations/jenkins/stopify-build/activity?branch=master) [![Documentation Status](https://readthedocs.org/projects/stopify/badge/?version=latest)](http://stopify.readthedocs.io/en/latest/?badge=latest)
# Stopify [![Build Status](https://travis-ci.org/plasma-umass/Stopify.svg?branch=master)](https://travis-ci.org/plasma-umass/Stopify) [![Documentation Status](https://readthedocs.org/projects/stopify/badge/?version=latest)](http://stopify.readthedocs.io/en/latest/?badge=latest)

Stopify is a JavaScript-to-JavaScript compiler that makes JavaScript a better
target language for high-level languages and web-based programming tools.
Expand Down
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 669061c

Please sign in to comment.