Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from forGGe/travis_branches
Browse files Browse the repository at this point in the history
Filter out branches from Travis CI
  • Loading branch information
forGGe committed Apr 12, 2016
2 parents bbf1388 + dfebb9e commit a78dd4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: cpp
sudo: required
dist: trusty
branches:
only:
- develop
- master

install:
- curl https://nixos.org/nix/install | sh
- . $HOME/.nix-profile/etc/profile.d/nix.sh
Expand Down

0 comments on commit a78dd4f

Please sign in to comment.