Skip to content

Commit

Permalink
travis verify null pointer exception fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gyungdal committed May 25, 2018
1 parent c0b2ffa commit 7cb0cdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_install:
install:
- source <(curl -SLs https://raw.githubusercontent.com/gyungdal/Flow-measurement/dev/travis_lib_install.sh)
script:
- arduino --verify --board ${BOARD} $HOME/gyungdal/flow-measurement.ino
- arduino --upload --board ${BOARD} $HOME/gyungdal/flow-measurement.ino
notifications:
email:
on_success: change
Expand Down
4 changes: 0 additions & 4 deletions travis_lib_install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/usr/bin/env bash

"/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
sleep 3
export DISPLAY=:1.0

git clone https://github.com/jarzebski/Arduino-DS3231.git $HOME/arduino_ide/libraries/Arduino-DS3231
git clone https://github.com/olikraus/u8glib.git $HOME/arduino_ide/libraries/u8glib
git clone https://github.com/PaulStoffregen/TimerOne.git $HOME/arduino_ide/libraries/TimerOne

0 comments on commit 7cb0cdb

Please sign in to comment.