Skip to content

Commit

Permalink
Merge pull request #186 from jasmin-j/travis_ci_lang
Browse files Browse the repository at this point in the history
Fixed travis-ci environment setting
  • Loading branch information
bhundven committed Sep 23, 2015
2 parents 2acb5e7 + 4b25ad1 commit 6b9a872
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
@@ -1,16 +1,17 @@
# Using container-based infrastructure
sudo: false

# Using C GCC compiler only
language: c
compiler: gcc
# 'bash' will define a generic environment without interfering environment
# settings like "CC=gcc"
language: bash

# Only build the master branch
branches:
only:
- master

# Caching the downloaded src packages between several builds
# Caching the downloaded src packages between several builds to save travis-ci
# download time and bandwidth
cache:
directories:
- $HOME/src
Expand Down Expand Up @@ -47,3 +48,4 @@ script:
# On failure displaying the last lines of the log file
after_failure:
- tail -n 200 build.log

0 comments on commit 6b9a872

Please sign in to comment.