Re-enable travis

Summary: Add travis config file.

Reviewed By: lucasr

Differential Revision: D3649004

fbshipit-source-id: 27f257246965db473dc85ec6fed6b9a32bc8a621
This commit is contained in:
Emil Sjolander
2016-08-02 08:07:04 -07:00
committed by Facebook Github Bot 7
parent cdf18b9c2b
commit 9ab97af05d

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
language:
- c
- java
compiler: clang
install:
- git clone https://github.com/facebook/buck.git /home/ubuntu/buck
- cd /home/ubuntu/buck && ant
- buck --version
script:
- buck test //:CSSLayout
- buck test //:CSSLayout_java
- buck run //:CSSLayout:benchmark