Skip to content

Commit

Permalink
Disable ubuntu vivid reference
Browse files Browse the repository at this point in the history
Signed-off-by: Scott R. Shinn <scott@atomicorp.com>
  • Loading branch information
atomicturtle committed Dec 19, 2017
1 parent 3bad6b8 commit f6dcd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ before_script:
&& ./configure && make all -j && sudo make install
); fi
- if [[ "${OSSEC_TYPE}" == "winagent" ]]; then ( sudo apt-get install aptitude && sudo aptitude -y install mingw-w64 nsis ); fi
- if [[ "${OSSEC_TYPE}" == "test" ]]; then ( sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ vivid main " && sudo apt-get update && sudo apt-get install check valgrind ); fi
- if [[ "${OSSEC_TYPE}" == "test" ]]; then ( sudo apt-get update && sudo apt-get install check valgrind ); fi


script:
Expand Down

0 comments on commit f6dcd2d

Please sign in to comment.