Files

  • Not Found
  • Invalid object requested. SHA must identify a commit or a tree.
Last update 1 year 3 months
Files
evaluation
neopixelBooster
scripts
.gitignore
.travis.yml
LICENCE
Makefile
README.md
assembly.md
properties.md
web.mk
.travis.yml
sudo: required services: - docker env: SH="docker exec -t container bash -c" before_install: - docker run -d --name container -v $(pwd):/travis -w /travis yaqwsx/pcbpresentation tail -f /dev/null - docker ps script: - $SH "xvfb-run make web" deploy: provider: pages local_dir: build/web skip_cleanup: true github_token: $GITHUB_TOKEN keep_history: false on: branch: master
Report a bug