Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
update travis (#33)
Browse files Browse the repository at this point in the history
* update travis

* change node version

* change version to 6

* change script format
  • Loading branch information
dpilch authored May 11, 2018
1 parent a09f6c8 commit fe3e899
Show file tree
Hide file tree
Showing 2 changed files with 1,396 additions and 1,395 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
language: node_js
node_js:
- '4'
- '6'
cache:
directories:
- node_modules
before_script:
- "sudo add-apt-repository ppa:ethereum/ethereum -y"
- "sudo apt-get update -y"
- "sudo apt-get install solc -y"

script:
- npm run build
- npm test

deploy:
skip_cleanup: true
provider: npm
email: danepilch@gmail.com
api_key:
Expand Down
Loading

0 comments on commit fe3e899

Please sign in to comment.