Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 12, 2019
1 parent 01b48ee commit a4687ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: node_js
node_js: node

jobs:
include:
- name: "Test"
before_script: yarn build
- name: "Lint"
script:
- yarn lint
- yarn flow

0 comments on commit a4687ba

Please sign in to comment.