Skip to content

Commit

Permalink
Merge pull request #7 from LaunchPadLab/travis/setup-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoop authored Apr 3, 2023
2 parents ce85de5 + 7fa4680 commit f0bcfc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
dist: focal
cache:
npm: true
yarn: true
directories:
- ~/.cache/Cypress
notifications:
email: false
addons:
apt:
packages:
- libgconf-2-4
before_script:
# ensure application config template is copied, as the server requires these env-var configs to be available
- cp -n fe/config/application.template.yml fe/config/application.yml

0 comments on commit f0bcfc0

Please sign in to comment.