Skip to content

Commit

Permalink
Refs fibercrypto#342, Move the PYTHON=python3 statement to the global…
Browse files Browse the repository at this point in the history
… env level, add names to the build matrix
  • Loading branch information
stdevPavelmc committed Dec 14, 2019
1 parent 7059189 commit 238eba7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
language: c
matrix:
include:
- os: linux
- name: "Linux Ubuntu"
os: linux
env:
- PIP='sudo pip'
- PYTHON=python3
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- os: osx
env:
- PYTHON=python3
- name: "MacOS / OSX"
os: osx

env:
global:
- GOPATH: "$HOME/go"
- APPVEYOR: false
- PYTHON: python3

before_script:
- mkdir -p ~/bin
Expand Down

0 comments on commit 238eba7

Please sign in to comment.