Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Fix Travis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored May 9, 2020
1 parent 89c766d commit d2268e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
sudo: false
stage: test
os: linux
dist: xenial

before_install:
Expand All @@ -17,7 +16,7 @@ script:

cache:
directories:
- ${HOME}/.cache
- ${HOME}/.cache

notifications:
email: false
Expand All @@ -29,7 +28,7 @@ env:
- PYPI_USERNAME=hip
# PYPI_PASSWORD is set in Travis control panel.

matrix:
jobs:
include:
# Unit tests
- python: 2.7
Expand Down

0 comments on commit d2268e5

Please sign in to comment.