Skip to content

Commit

Permalink
Disable osx/clang testing and only upload snaps built with GCC (just …
Browse files Browse the repository at this point in the history
…to be sure)
  • Loading branch information
cprov committed Jan 3, 2017
1 parent 5dfb7a0 commit 4a09502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
os:
- linux
- osx
#- osx
sudo: required
language: c
compiler:
- gcc
- clang
#- clang
matrix:
include:
- compiler: gcc
Expand Down Expand Up @@ -62,6 +62,7 @@ services:
deploy:
'on':
branch: master
condition: "$CC = gcc"
provider: script
script: docker run -v $(pwd):$(pwd) -t ubuntu:xenial sh -c "apt update -qq && apt
install snapcraft -y && cd $(pwd) && snapcraft && snapcraft push *.snap --release
Expand Down

0 comments on commit 4a09502

Please sign in to comment.