embark-area-51/.travis.yml

15 lines
246 B
YAML
Raw Normal View History

2016-10-22 22:28:08 +00:00
language: node_js
os:
- linux
- osx
2016-10-22 22:28:08 +00:00
node_js:
- "8"
- "10"
2016-10-23 01:02:11 +00:00
addons:
code_climate:
repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358
before_install:
- npm i -g npm@latest
2017-12-14 15:12:14 +00:00
script:
2018-09-11 18:11:43 +00:00
- npm test