Skip to content

Commit

Permalink
Use write file configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
seeren committed Aug 24, 2021
1 parent 0697f5d commit 488f9d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,9 +1,12 @@
os: linux
language: node_js
node_js:
- "10"
- '15'
cache:
npm: false
before_script:
- npm install
- npm install
script:
- npm test
- npm test
after_success:
- npm run test:coveralls
- 'npm run test:coveralls'
12 changes: 0 additions & 12 deletions travis.yml

This file was deleted.

0 comments on commit 488f9d3

Please sign in to comment.