Skip to content

Commit 5a54d83

Browse files
author
tvillaren
committed
Switching to Travis YAML conf
1 parent 0251ec7 commit 5a54d83

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- '8'
4+
cache:
5+
yarn: true
6+
directories:
7+
- 'node_modules'
8+
script:
9+
- npm run cover

0 commit comments

Comments
 (0)