Skip to content

Commit 08beab2

Browse files
author
gau1991
committed
Fixed Travis
1 parent a334250 commit 08beab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_script:
2222
script:
2323
- sudo echo -e "[user]\n\tname = abc\n\temail = [email protected]" > ~/.gitconfig
2424
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
25-
- sudo apt-get install git python3-setuptools python3-dev python3-apt
25+
- sudo apt-get install -y --force-yes git python3-setuptools python3-dev python3-apt
2626
- sudo python3 setup.py install
2727
- sudo ee --help
2828
- sudo ee stack install

0 commit comments

Comments
 (0)