mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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:
parent
9f0b077295
commit
c481137b40
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user