소스 검색

Update Travis YAML to use Python container

pull/569/head
Dave Machado 6 년 전
부모
커밋
ddf11995aa
No known key found for this signature in database GPG 키 ID: 948D4778D01A7B3F
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. +2
    -5
      .travis.yml

+ 2
- 5
.travis.yml 파일 보기

@@ -1,10 +1,7 @@
language: node_js
language: python
python: "3.6"
notifications:
email: true
before_install:
- rvm install 2.4.0
install:
- gem install httparty ruby-progressbar
before_script:
- cd build
script:


불러오는 중...
취소
저장