mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add basic travis integration
This commit is contained in:
parent
1f5a06b307
commit
20f7d5e35e
9
engine/src/flutter/.travis.yml
Normal file
9
engine/src/flutter/.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: dart
|
||||
sudo: required
|
||||
before_install:
|
||||
- ./travis/before_install.sh
|
||||
before_script:
|
||||
- ./travis/setup.sh
|
||||
- export PATH=$PWD/depot_tools:$PATH
|
||||
- export BOTO_CONFIG=$PWD/boto
|
||||
script: ./travis/build.sh
|
||||
Loading…
x
Reference in New Issue
Block a user