소스 검색

Updated .travis.yaml to match build lifecycle description on travis' site.

Phillip Couto 11 년 전
부모
커밋
2b06c6755c
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -8,7 +8,10 @@ go:
   - 1.2
   - 1.3
 
-before_script:
+before_install:
+  - sudo apt-get update
+
+install:
   - sudo apt-get install -y libjna-java python-pip
   - sudo pip install cql PyYAML six
   - go get code.google.com/p/go.tools/cmd/vet