Skip to content

Commit

Permalink
Revert "Moved repository to actions"
Browse files Browse the repository at this point in the history
This reverts commit 2d9bd91.
  • Loading branch information
dherrada committed May 29, 2020
1 parent 2d9bd91 commit 30bd5b1
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 235 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/githubci.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
language: c
sudo: false
# Blacklist
branches:
except:
- gh-pages
cache:
directories:
- ~/arduino_ide
- ~/.arduino15/packages/
git:
depth: false
quiet: true
env:
global:
- PRETTYNAME="Adafruit PCD8544 Nokia 5110 LCD library"
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)

install:
- arduino --install-library "Adafruit GFX Library"

script:
- build_main_platforms

# Generate and deploy documentation
after_success:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
Loading

0 comments on commit 30bd5b1

Please sign in to comment.