Missing sudo in CI config

This commit is contained in:
Charlie Curtsinger 2019-08-18 12:44:26 -05:00
parent ba1fb59ec7
commit a16f7b66cf

View File

@ -1,6 +1,9 @@
# Build on Ubuntu 18.04
dist: bionic
# Specify language
language: cpp
# Build all branches except gh-pages
branches:
except:
@ -8,7 +11,8 @@ branches:
# Make and install
install:
- make install
- make
- sudo make install
# Run the make check target (add tests later)
script: