Create .travis.yml
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 23 Jan 2019 01:04:31 +0000 (10:04 +0900)
committerGitHub <noreply@github.com>
Wed, 23 Jan 2019 01:04:31 +0000 (10:04 +0900)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..cf254e4
--- /dev/null
@@ -0,0 +1,6 @@
+language: csharp
+mono: none
+dotnet : 2.1.502
+script:
+  - ./build.sh full
+- ./build.sh pack