Skip to content

Commit

Permalink
Adjust travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Goertzen committed Sep 23, 2019
1 parent 5169232 commit 147db20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ branches:
only:
- master

notifications:
email: false

# Install dependencies
addons:
apt:
packages:
- doxygen
- graphviz

# To allow access to gh-pages branch
install:
- git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch --unshallow --tags

# Build your code e.g. by calling make
script:
- doxygen Doxyfile
Expand Down

0 comments on commit 147db20

Please sign in to comment.