mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue