Skip to content

Commit

Permalink
Check for file
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Apr 12, 2017
1 parent d8cfd10 commit d69dbd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ install:

script:
- ino build
# Check if resulting file exists
- if [ -f .build/uno/firmware.hex ]; then return 0; else return 1; fi

0 comments on commit d69dbd1

Please sign in to comment.