Skip to content

Commit

Permalink
Add travis-ci (facebook#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschatimme authored Aug 3, 2017
1 parent be14030 commit 25dc26b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "7"

script:
- npm run build

cache:
directories:
- node_modules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ let styles =
```

## Status
You can find an overview of the implemented components and APIs [here](STATUS.md)
You can find an overview of the implemented components and APIs [here](STATUS.md).
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "bsb -clean-world -make-world -w"
"start": "bsb -clean-world -make-world -w",
"build": "bsb -make-world"
},
"license": "MIT",
"files": [
Expand Down

0 comments on commit 25dc26b

Please sign in to comment.