Skip to content

Commit

Permalink
Use generic language in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed Jul 15, 2018
1 parent 3d1abd0 commit a70b689
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: python
language: generic

sudo: false
dist: trusty
Expand All @@ -22,13 +22,13 @@ env:

matrix:
include:
- python: 2.7
- env: TRAVIS_PYTHON_VERSION=2.7
os: osx
- python: 2.7
- env: TRAVIS_PYTHON_VERSION=2.7
os: linux
- python: 3.6
- env: TRAVIS_PYTHON_VERSION=3.6
os: osx
- python: 3.6
- env: TRAVIS_PYTHON_VERSION=3.6
os: linux

before_install:
Expand Down

0 comments on commit a70b689

Please sign in to comment.