This commit is contained in:
xiaoxli 2018-04-02 15:39:07 -07:00 коммит произвёл Simon Schick
Родитель 8b42fdd3eb
Коммит fb764d3ea6
2 изменённых файлов: 14 добавлений и 1 удалений

13
.travis.yml Normal file
Просмотреть файл

@ -0,0 +1,13 @@
language: node_js
node_js:
- "8"
sudo: required
dist: trusty
addons:
chrome: stable
before_script:
- "sudo chown root /opt/google/chrome/chrome-sandbox"
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
script:
- npm run build -s
- npm run test

Просмотреть файл

@ -82,7 +82,7 @@ module.exports = function config(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['Chrome'],
browsers: ['ChromeHeadless'],
browserDisconnectTimeout: 2000000,
browserNoActivityTimeout: 2400000,