Skip to content

Commit

Permalink
[travis] refs fibercrypto#38 Discomment all matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed May 24, 2019
1 parent b37a293 commit 60ca669
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ go:
- "1.11.x"
matrix:
include:
- os: linux
dist: xenial
- os: osx
osx_image: xcode8.3
# - os: linux
# dist: xenial
# - os: osx
# osx_image: xcode8.3
- os: windows
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand All @@ -33,8 +33,8 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install cmake ;
fi
- make install-deps-libc
- make install-lib-curl
# - make install-deps-libc
# - make install-lib-curl
script:
- make check
before_deploy:
Expand Down

0 comments on commit 60ca669

Please sign in to comment.