Skip to content

Commit

Permalink
gang
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmc2000 committed Dec 23, 2019
1 parent fc7a254 commit 78b9779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ matrix:
- tools/travis/build_bsql.sh
script:
- tools/travis/dm.sh -DTRAVISBUILDING nsv13.dme || travis_terminate 1
- tools/travis/run_server.sh -e nsv13.dme
- tools/travis/run_server.sh

# - name: "Generate Documentation"
# # Only run for non-PR commits to the real master branch.
Expand Down
2 changes: 1 addition & 1 deletion tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -d ".git" ]; then
cp -r .git/logs/* $1/.git/logs/
fi

cp beestation.dmb beestation.rsc $1/
cp nsv13.dmb nsv13.rsc $1/
cp -r _maps/* $1/_maps/
cp icons/default_title.dmi $1/icons/
cp -r sound/chatter/* $1/sound/chatter/
Expand Down

0 comments on commit 78b9779

Please sign in to comment.