Sign in
cobalt
/
cobalt
/
4db9f13a160f367210321ab353f1fd251699bffb
/
.
/
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