mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-11 19:08:53 +08:00
Add travis.yml
Unfortunately, travis is not setup for private repos in the facebookincubator repo yet. I'll ping the relevant people tomorrow outside of the weekend :)
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
language: node_js
|
||||
node_js: 4
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- global-cli/node_modules
|
||||
script: tests/e2e.sh
|
||||
Reference in New Issue
Block a user