Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
browserify-zlib
/
.travis.yml
blob: 4b4639e830c3f51131a544f931e1457ff711b7af [
file
]
sudo:
false
language:
node_js
node_js:
-
6
-
8
before_install:
-
"export DISPLAY=:99.0"
-
"sh -e /etc/init.d/xvfb start"
addons:
firefox:
"latest"
script:
-
npm run lint
-
npm test