Skip to content

Commit

Permalink
Merge pull request #76 from Urigo/chore/ci
Browse files Browse the repository at this point in the history
CI
  • Loading branch information
dotansimha committed Apr 17, 2018
2 parents 8aa7877 + f23cb65 commit ef96f31
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: node_js
cache: yarn
node_js:
- "8.0"
- 8
- 9
before_install:
- sudo add-apt-repository ppa:git-core/ppa -y
- sudo apt-get update
- sudo apt-get install realpath
- sudo apt-get install git
script: "npm test"
install:
- yarn
script:
- yarn test

0 comments on commit ef96f31

Please sign in to comment.