1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/.travis.yml

13 lines
189 B
YAML
Raw Normal View History

2019-03-07 14:56:07 +01:00
language: node_js
2019-03-24 02:18:53 +01:00
node_js: node
2019-03-07 14:56:07 +01:00
2019-03-24 02:10:00 +01:00
script:
2019-04-01 12:20:42 +02:00
# - ./scripts/install.sh # runs automatically with npm ci
2019-03-24 02:10:00 +01:00
- ./scripts/test.sh
2019-03-24 02:18:53 +01:00
- ./scripts/build.sh
2019-03-07 14:56:07 +01:00
notifications:
email: false
2019-04-01 12:20:42 +02:00
cache: npm