mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +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
|
sudo: false
|
||||||
script:
|
script:
|
||||||
- autoreconf
|
- autoreconf
|
||||||
- ./configure
|
- ./configure --prefix=$HOME/prefix
|
||||||
- make -j2
|
- make -j2
|
||||||
- sudo make install
|
- make install
|
||||||
- make test SHOW_INTERACTIVE_LOG=1
|
- make test SHOW_INTERACTIVE_LOG=1
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Reference in a new issue