ソースを参照

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:


読み込み中…
キャンセル
保存