Index: .travis.yml |
diff --git a/.travis.yml b/.travis.yml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b35c9f67d81342dd31e20d1ee7b2a3e415379a79 |
--- /dev/null |
+++ b/.travis.yml |
@@ -0,0 +1,15 @@ |
+language: dart |
+ |
+script: ./tool/travis.sh |
+ |
+# Speed up builds by using containerization. Disable this if you need to use |
+# sudo in your scripts. |
+sudo: false |
Bob Nystrom
2015/10/08 16:48:33
This is the default behavior (for newer repositori
Lasse Reichstein Nielsen
2015/10/08 17:20:54
Ack. I was copying files blindly from the "new rep
|
+ |
+branches: |
+ only: |
+ - master |
+ |
+cache: |
+ directories: |
+ - $HOME/.pub-cache |