Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Parisson/TimeSide into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Nov 21, 2019
2 parents b9090a1 + 4efb901 commit 4cea528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ script:
- if [[ $TEST_TARGET == 'server' ]]; then
docker-compose -f docker-compose.yml up -d db;
sleep 20;
docker-compose up -d;
docker-compose -f docker-compose.yml -f nginx.yml up -d;
sleep 20;
docker-compose exec app python manage.py test timeside.server.tests;
fi
Expand Down
1 change: 0 additions & 1 deletion env/cached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ app:
volumes:
- ./app:/srv/app:cached
- ./timeside:/srv/lib/timeside/timeside:cached
- ./timeside:/srv/lib/timeside/timeside:cached
- ./lib/plugins:/srv/lib/plugins:cached
- ./etc/apt/sources.list:/etc/apt/sources.list:cached
volumes_from:
Expand Down

0 comments on commit 4cea528

Please sign in to comment.