Skip to content

Commit

Permalink
chore: correctly close bash if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood committed Dec 14, 2019
1 parent fe237bf commit 40e60d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install graphviz ; fi
# install pulseaudio-module-x11 on Ubuntu after everything else
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -y install pulseaudio-module-x11
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -y install pulseaudio-module-x11 ; fi

install:
- mvn verify -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Expand Down

0 comments on commit 40e60d7

Please sign in to comment.