Skip to content

Commit

Permalink
CXX version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Feb 24, 2018
1 parent d7d263c commit 583adf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ language: cpp
matrix:
include:
- os: linux
env: PYTHON=3.5 CPP=14 GCC=6
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
- CC=gcc-6 CXX=g++-6

- os: osx
osx_image: xcode9
env: PYTHON=3.6 CPP=14 CLANG
# - os: osx
# osx_image: xcode9
# env: PYTHON=3.6 CPP=14 CLANG

#services:
# - docker
Expand Down
9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

0 comments on commit 583adf3

Please sign in to comment.