Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
devtools
/
node_modules
/
esprima
/
.gitlab-ci.yml
blob: 7f58ae761f071b1d68d15c8ba5422a8d6ac448f0 [
file
] [
log
] [
blame
]
image:
node
:
6
basic_test:
script:
-
npm
--
version
-
npm install
-
npm test
downstream:
script:
-
npm install
-
npm run compile
-
npm run downstream
test_262:
script:
-
npm install
-
npm run compile
-
npm run test
-
262