Create .travis.yml
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 27 Dec 2017 06:11:02 +0000 (15:11 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Fri, 5 Jan 2018 03:29:45 +0000 (12:29 +0900)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..a05c125
--- /dev/null
@@ -0,0 +1,11 @@
+language: csharp
+mono: none
+dotnet: 2.0.0
+
+branches:
+  only:
+    - master
+    - API4
+  
+script:
+  - ./build.sh full