Skip to content

Commit f7f7fdf

Browse files
author
M Haidar Hanif
committed
Setup Travis CI script
1 parent b1eaad0 commit f7f7fdf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- '10'
4+
before_script:
5+
- yarn
6+
- yarn migrate:test
7+
script: yarn start
8+
cache:
9+
yarn: true
10+
directories:
11+
- 'node_modules'

0 commit comments

Comments
 (0)