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 committed Aug 1, 2019
1 parent 8ac7be0 commit 6f1329b
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 6f1329b

Please sign in to comment.