diff --git a/.travis.yml b/.travis.yml index 47f7111..936892d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ script: - cd $TRAVIS_BUILD_DIR/desk.acc && MAKE_FLAGS="CC65=/tmp/cc65/bin" res/go.sh +- cd $TRAVIS_BUILD_DIR/preview && + MAKE_FLAGS="CC65=/tmp/cc65/bin" res/go.sh + before_deploy: - git clone https://github.com/mach-kernel/cadius /tmp/cadius && make -C /tmp/cadius