mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
8 lines
186 B
Bash
Executable File
8 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
export TRAVIS_JOB_NUMBER="DEBUG"
|
|
export TRAVIS_COMMIT="DEBUG"
|
|
export TRAVIS_BRANCH="DEBUG"
|
|
export SAUCE_USERNAME="DEBUG"
|
|
export SAUCE_ACCESS_KEY="DEBUG"
|
|
export DEVELOPMENT=1
|