Skip to content

Commit

Permalink
Disable crashing example on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Dec 3, 2017
1 parent 73661f2 commit 92ced70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -42,7 +42,7 @@ script:
test -z $error
- |
if [ $TRAVIS_OS_NAME = osx ]; then
for example in flippy_bird gl shader simple snakes text_input transformable; do
for example in flippy_bird gl shader simple text_input transformable; do
echo "Running $example"
./$example & pid=$!
sleep 3
Expand Down

0 comments on commit 92ced70

Please sign in to comment.