Skip to content

Commit

Permalink
Merge pull request #1339 from atomicturtle/v2.9.3
Browse files Browse the repository at this point in the history
Disable ubuntu vivid reference
  • Loading branch information
atomicturtle authored Dec 19, 2017
2 parents 2249404 + f6dcd2d commit 6b8563c
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 6b8563c

Please sign in to comment.