add travis autobuild scripts (courtesy of EmuTOS project)
This commit is contained in:
5
.travis/deploy.sh
Executable file
5
.travis/deploy.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -eu
|
||||
# -e: Exit immediately if a command exits with a non-zero status.
|
||||
# -u: Treat unset variables as an error when substituting.
|
||||
|
||||
echo "no deployment step implemented (yet)"
|
||||
Reference in New Issue
Block a user