Skip to content

Commit

Permalink
added travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
raihu committed Nov 25, 2019
1 parent 7d915dd commit 7792c36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sudo: required
services:
- docker

before_install:
- docker build -t cake/docker-react -f Dockerfile.dev .

script:
- docker run -e CI=true cake/docker-react npm run test -- --coverage

0 comments on commit 7792c36

Please sign in to comment.