Skip to content

Commit

Permalink
Merge pull request #13 from mat3e/fix-travis
Browse files Browse the repository at this point in the history
Fix examples
  • Loading branch information
mat3e authored Oct 19, 2018
2 parents 4d9c915 + ab8bab0 commit 9f8d670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "6"
- "10"
install:
- npm install
script:
- npm run build
- npm test
- npm test
8 changes: 1 addition & 7 deletions config/karma/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
colors: true,
logLevel: config.LOG_INFO,
autoWatch: false,
browsers: ['Chrome'],
customLaunchers: {
ChromeHeadlessCI: {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
},
browsers: ['ChromeHeadless'],
singleRun: true
};

Expand Down

0 comments on commit 9f8d670

Please sign in to comment.