소스 검색

used default

Daniel Gibbs 10 년 전
부모
커밋
f21cbd472b
1개의 변경된 파일4개의 추가작업 그리고 26개의 파일을 삭제
  1. 4 26
      .travis.yml

+ 4 - 26
.travis.yml

@@ -1,29 +1,7 @@
 language: bash
-sudo: false
-env:
-- DISTRO=ubuntu-trusty
-
-before_script:
-    - curl -L "https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz" | tar zx
-
-addons:
-  apt:
-    sources:
-    - ubuntu-toolchain-r-test
-    packages:
-    - tmux
-    - mailutils
-    - postfix 
-    - lib32gcc1 
-    - libstdc++6 
-    - libstdc++6:i386 
-    - telnet 
-    - expect
-
 install:
-    - bash build/install.sh
-
+  - ./build/install.sh
 script:
-  	- bash build/build.sh
-    - bash tests/tests_jc2server.sh
-    - bash tests/tests_ts3server.sh
+  - ./build.sh
+notifications:
+  email: false