Skip to content

Commit

Permalink
- mocha to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
algorotem committed Sep 17, 2019
1 parent 24fdaca commit 64897ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ node_js:
install:
- curl https://raw.githubusercontent.com/algorand/algorand-sdk-testing/master/scripts/sdkupdate.sh -o ~/sdkupdate.sh
- chmod +x ~/sdkupdate.sh
- npm install

script:
- npm install -g mocha
- npm test
- ~/sdkupdate.sh --js

0 comments on commit 64897ee

Please sign in to comment.