Skip to content

Commit

Permalink
Fixed Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Mar 7, 2016
1 parent 8c06bf3 commit a5b1b55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ before_script:
script:
- if [ "$TARGET" = "LINUX" ] && [ "$VLC_VERSION" = "2.1" ]; then cd vlc-2.1.x && sudo make install && cd ..; fi
- if [ "$TARGET" = "LINUX" ] && [ "$VLC_VERSION" = "2.2" ]; then cd vlc-2.2.x+ && sudo make install && cd ..; fi
- if [ "$TARGET" = "WINDOWS" ]; then mkdir build; fi
- if [ "$TARGET" = "WINDOWS" ]; then sudo docker run --rm -v `pwd`:/repo -v `pwd`/build:/build vlc-pause-click-plugin-windows-build; fi
- if [ "$TARGET" = "WINDOWS" ]; then tree build -s --si --du; fi
- if [ "$TARGET" = "WINDOWS" ] && [ $(find ./build -type f | wc -l) != "2" ]; then false; fi
- if [ "$TARGET" = "WINDOWS" ] && [ $(find ./build -name "*.dll" | wc -l) != "2" ]; then false; fi

0 comments on commit a5b1b55

Please sign in to comment.