4 lines
54 B
Bash
4 lines
54 B
Bash
|
#!/bin/bash -e
|
||
|
echo "Deployed"
|
||
|
echo "$TRAVIS_OS_NAME"
|