Skip to content

Commit

Permalink
🚧 Mark backend tests to add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madmath03 committed Feb 17, 2019
1 parent f365fd7 commit 127ec75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jdk:
- openjdk8
services:
- docker
- postgresql

branches:
only:
Expand Down
5 changes: 5 additions & 0 deletions manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ function run_image {
function test {
kill_container

echo "TODO Testing backend..."
cd ./backend
#lein test
cd ..

echo "Testing frontend..."
cd ./frontend
./scripts/build-tests
Expand Down

0 comments on commit 127ec75

Please sign in to comment.