Skip to content

Commit

Permalink
Updated travis-ci (pytorch#2346)
Browse files Browse the repository at this point in the history
- xenial -> bionic
- fixed warnings: added os and replaced matrix by jobs
  • Loading branch information
vfdev-5 authored and de-vri-es committed Aug 4, 2020
1 parent 7e2a515 commit dc4156c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: python

dist: xenial
matrix:
os:
- linux

dist: bionic

jobs:
include:
- python: "3.6"
env: IMAGE_BACKEND=Pillow-SIMD
Expand Down

0 comments on commit dc4156c

Please sign in to comment.