Skip to content

Commit

Permalink
Fix ethereumjs#25 - run rustfmt, cargo build and make
Browse files Browse the repository at this point in the history
:D
  • Loading branch information
abitrolly authored Feb 9, 2019
1 parent 3f2ee23 commit 36bed6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ matrix:
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=test

script: npm run $TEST_SUITE
script:
- npm run $TEST_SUITE
- rustfmt
- cargo build
- make

0 comments on commit 36bed6d

Please sign in to comment.