Sign in
cobalt
/
cobalt
/
f9bc0139df6e6eb149345ab9b6ffcc40603fc09f
/
.
/
third_party
/
devtools
/
node_modules
/
create-hash
/
.travis.yml
blob: da59431d26913e633da9fb43ecdf94195c5fff67 [
file
] [
log
] [
blame
]
sudo:
false
language:
node_js
before_install:
-
"npm install npm -g"
node_js:
-
"4"
-
"5"
-
"6"
-
"7"
env:
matrix:
-
TEST_SUITE=unit
matrix:
include:
-
node_js:
"7"
env:
TEST_SUITE=standard
script:
npm run $TEST_SUITE