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

Commit a78dd4f

Browse files
committed
Merge pull request #3 from forGGe/travis_branches
Filter out branches from Travis CI
2 parents bbf1388 + dfebb9e commit a78dd4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: cpp
22
sudo: required
33
dist: trusty
4+
branches:
5+
only:
6+
- develop
7+
- master
8+
49
install:
510
- curl https://nixos.org/nix/install | sh
611
- . $HOME/.nix-profile/etc/profile.d/nix.sh

0 commit comments

Comments
 (0)