mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03:00
travis: drop all use of sudo and root-owned directories
From http://docs.travis-ci.com/user/migrating-from-legacy/
This commit is contained in:
@@ -13,9 +13,9 @@ addons:
|
||||
sudo: false
|
||||
script:
|
||||
- autoreconf
|
||||
- ./configure
|
||||
- ./configure --prefix=$HOME/prefix
|
||||
- make -j2
|
||||
- sudo make install
|
||||
- make install
|
||||
- make test SHOW_INTERACTIVE_LOG=1
|
||||
notifications:
|
||||
irc:
|
||||
|
||||
Reference in New Issue
Block a user