Skip to content

Commit 3dee641

Browse files
Minor changes to CI script
+ Removed the confirmation prompt in apt-get.
1 parent f054f21 commit 3dee641

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
before_script:
2-
- sudo apt-add-repository ppa:octave/stable
3-
- sudo apt-get update
4-
- sudo apt-get install octave
5-
- sudo apt-get install liboctave-dev
2+
- sudo apt-add-repository ppa:octave/stable --yes
3+
- sudo apt-get update -y
4+
- sudo apt-get install octave -y
5+
- sudo apt-get install liboctave-dev -y
66
script:
77
- sh -c "octave tests/runalltests.m"
88

0 commit comments

Comments
 (0)