1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/.travis.yml
Matthias Kretschmann e87b6fc421
dev updates
* switch to Babel 7
* consistent npm start command
* mention production build
* correct license and author in package.json
* important emoji change
* simplify travis.yml
2018-09-06 16:58:39 +02:00

22 lines
215 B
YAML

language: node_js
node_js:
- "8"
services:
- docker
cache:
directories:
- node_modules
matrix:
fast_finish: true
before_install:
- npm install -g npm
script:
- npm run build
notifications:
email: false