Skip to content
Snippets Groups Projects
Commit 573ba530 authored by lazorfuzz's avatar lazorfuzz
Browse files

add gitignore

parent 0f12f22e
No related branches found
No related tags found
No related merge requests found
node_modules
.DS_Store
node_modules
{
"node": true,
"curly": true,
"latedef": true,
"quotmark": true,
"undef": true,
"unused": true,
"trailing": true
}
sudo: false
language: node_js
node_js:
- "7"
env:
- CXX=g++-4.8
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
- BROWSER=firefox BVER=beta
- BROWSER=firefox BVER=unstable
matrix:
fast_finish: true
allow_failures:
- env: BROWSER=chrome BVER=unstable
- env: BROWSER=firefox BVER=unstable
before_script:
- ./node_modules/travis-multirunner/setup.sh
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_failure:
- for file in *.log; do echo $file; echo "======================"; cat $file; done || true
notifications:
email:
-
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
......@@ -38,9 +38,5 @@
"test-page": "echo \"open https://localhost:8443/test/\" && stupid-server -s",
"test": "node test/selenium/index.js"
},
"pre-commit": [
"lint",
"validate"
],
"false": {}
}
yarn.lock 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment