Skip to content

Commit

Permalink
Minor changes to CI script
Browse files Browse the repository at this point in the history
+ Removed the confirmation prompt in apt-get.
  • Loading branch information
albertoandreottiATgmail committed Nov 29, 2013
1 parent f054f21 commit 3dee641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
before_script:
- sudo apt-add-repository ppa:octave/stable
- sudo apt-get update
- sudo apt-get install octave
- sudo apt-get install liboctave-dev
- sudo apt-add-repository ppa:octave/stable --yes
- sudo apt-get update -y
- sudo apt-get install octave -y
- sudo apt-get install liboctave-dev -y
script:
- sh -c "octave tests/runalltests.m"

Expand Down

0 comments on commit 3dee641

Please sign in to comment.