mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 06:37:51 +00:00
8 lines
216 B
YAML
8 lines
216 B
YAML
language: node_js
|
|
node_js:
|
|
- "4.2.1"
|
|
script: npm run test
|
|
# For some reason, `sudo: false` broke nvm. Tried this build two times:
|
|
# https://s3.amazonaws.com/archive.travis-ci.org/jobs/109619626/log.txt
|
|
sudo: false
|