travis CI build fix

This commit is contained in:
Joshua Bell 2018-04-10 21:18:28 -07:00
parent f6830a7f2e
commit d11ff8755b

View File

@ -8,9 +8,7 @@ install:
/tmp/cc65/bin/cc65 --version
script:
- MAKE_FLAGS="CC65=/tmp/cc65/bin"
- cd desktop
- res/go.sh
- cd ..
- cd desk.acc
- res/go.sh
- cd desktop &&
MAKE_FLAGS="CC65=/tmp/cc65/bin" res/go.sh &&
cd ../desk.acc &&
MAKE_FLAGS="CC65=/tmp/cc65/bin" res/go.sh