Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Sep 13, 2017
1 parent d97e0b7 commit a90fc63
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
language: node_js

sudo: required

node_js:
- "6.3"
- "6.9"

env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- build-essential
- g++-4.8

before_install:
- export CXX="g++-4.8"
- npm install -g npm@latest
- npm install -g ethereumjs-testrpc truffle

install:
- npm install


script:
- testrpc &
- truffle test

0 comments on commit a90fc63

Please sign in to comment.