Parcourir la source

Update Travis YAML to use Python container

pull/569/head
Dave Machado il y a 6 ans
Parent
révision
ddf11995aa
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 948D4778D01A7B3F
1 fichiers modifiés avec 2 ajouts et 5 suppressions
  1. +2
    -5
      .travis.yml

+ 2
- 5
.travis.yml Voir le fichier

@@ -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:


Chargement…
Annuler
Enregistrer