Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
fix travis typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Mar 26, 2016
1 parent 7d426df commit 3e213f6
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 @@ -27,7 +27,7 @@ before_install:
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get -y install python3-setuptools
- if [[ "$DB" == 'mysql' ]]; then apt-get -y install mariadb-server; fi
- if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
- sudo easy_install3 requests ocdev
- nvm install 5.6
- npm install -g npm@latest
Expand Down

0 comments on commit 3e213f6

Please sign in to comment.