mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-20 23:13:07 +00:00
8 lines
199 B
YAML
8 lines
199 B
YAML
language: node_js
|
|
node_js:
|
|
- "4.2.1"
|
|
script: npm run test
|
|
# For some reason, this breaks nvm. Tried two times:
|
|
# https://s3.amazonaws.com/archive.travis-ci.org/jobs/109619626/log.txt
|
|
# sudo: false
|