Browse Source

Try Trusty.

master
Arun Prakash Jana 6 years ago
parent
commit
5404988bf9
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .travis.yml

+ 3
- 3
.travis.yml View File

@@ -10,10 +10,10 @@ matrix:
include: include:
# Access more recent gcc and clang via a Xenial image # Access more recent gcc and clang via a Xenial image
- os: linux - os: linux
dist: xenial dist: trusty
compiler: gcc compiler: gcc
- os: linux - os: linux
dist: xenial dist: trusty
compiler: clang compiler: clang
- os: osx - os: osx
compiler: gcc compiler: gcc
@@ -38,7 +38,7 @@ before_deploy:
- sudo apt-get update -qy - sudo apt-get update -qy
- sudo apt-get install -qy python3 python3-pip - sudo apt-get install -qy python3 python3-pip
- sudo python3 -m pip install --upgrade pip - sudo python3 -m pip install --upgrade pip
- sudo python3 -m pip install --upgrade packagecore - sudo python3 -m pip install --upgrade packagecore setuptools
- packagecore -o dist/ "${TRAVIS_TAG#v}" - packagecore -o dist/ "${TRAVIS_TAG#v}"
- mv ../$REPO-${TRAVIS_TAG}.tar.gz dist/ - mv ../$REPO-${TRAVIS_TAG}.tar.gz dist/




||||||
x
 
000:0
Loading…
Cancel
Save