Browse Source

Update Travis YAML to use Python container

pull/569/head
Dave Machado 6 years ago
parent
commit
ddf11995aa
No known key found for this signature in database GPG Key ID: 948D4778D01A7B3F
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      .travis.yml

+ 2
- 5
.travis.yml View File

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


Loading…
Cancel
Save