Skip to content

Commit

Permalink
Fix sudo installs
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Dec 30, 2017
1 parent 1e98e4a commit bb9b2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ install:
- autoreconf -fiv
- ./configure $CONFIGURE_OPTIONS
- make
- sudo make install
- sudo env "PATH=$PATH" make install

script:
- echo "Sorry, no tests."

0 comments on commit bb9b2e1

Please sign in to comment.