diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-10-11 17:20:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 17:20:32 -0700 |
commit | 76d65bebfa74a9d2f12dc01ab86bc915a836d1d4 (patch) | |
tree | 25c93ef54f305f995f0aefc09c74d76ca5b29044 /.travis.yml | |
parent | Merge pull request #528 from CameronNemo/apparmor (diff) | |
parent | Check time-based configuration on CI (diff) | |
download | redshift-ng-76d65bebfa74a9d2f12dc01ab86bc915a836d1d4.tar.gz redshift-ng-76d65bebfa74a9d2f12dc01ab86bc915a836d1d4.tar.bz2 redshift-ng-76d65bebfa74a9d2f12dc01ab86bc915a836d1d4.tar.xz |
Merge pull request #529 from jonls/time-based-adjustment
Time-based adjustment
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8f01331..294f6fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,3 +54,9 @@ script: "$TRAVIS_BUILD_DIR"/root/bin/redshift -l 12:-34 -pv - | "$TRAVIS_BUILD_DIR"/root/bin/redshift -l 12:-34 -m dummy -vo + - | + echo -e "[redshift]\ndawn-time=6:30\ndusk-time=18:00-19:30" > time.config + - | + "$TRAVIS_BUILD_DIR"/root/bin/redshift -c time.config -pv + - | + "$TRAVIS_BUILD_DIR"/root/bin/redshift -c time.config -m dummy -vo |