Files
Speedtest-Tracker/conf/site/node_modules/sha.js/.travis.yml
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

18 lines
215 B
YAML

sudo: false
os:
- linux
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
env:
matrix:
- TEST_SUITE=unit
matrix:
include:
- node_js: "7"
env: TEST_SUITE=lint
script: npm run $TEST_SUITE