Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#12 - Add configuration to the .travis.yml f…
Browse files Browse the repository at this point in the history
…ile to build

and test the node skycoin api
  • Loading branch information
cbermudez97 committed Mar 29, 2019
1 parent d7b8cd7 commit 812665a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: nodejs

before_script:
- make build_axios_client
- make build_node_client
- make build_tester

script:
- make test_axios_client
- make test_clients

0 comments on commit 812665a

Please sign in to comment.