浏览代码

Update Travis YAML to use Python container

pull/569/head
Dave Machado 6 年前
父节点
当前提交
ddf11995aa
找不到此签名对应的密钥 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:


正在加载...
取消
保存