Skip to content

Commit

Permalink
Merge pull request #46 from souravsingh/souravsingh-patch-1
Browse files Browse the repository at this point in the history
changed osx to linux in .travis.yml
  • Loading branch information
niccokunzmann authored Oct 12, 2016
2 parents 7302a38 + 7352e24 commit 39517ff
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 @@ -17,7 +17,7 @@ matrix:
- os: osx

before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then sudo apt-get install rpm ; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ] ; then sudo apt-get install rpm ; fi

install:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then mac-build/install.sh ; fi
Expand Down

0 comments on commit 39517ff

Please sign in to comment.