Updated some Travis files. Silly typo!

This commit is contained in:
waltje
2019-03-10 01:20:30 -05:00
parent e766749bd8
commit 538f65f443
4 changed files with 14 additions and 12 deletions

View File

@@ -8,13 +8,13 @@
#
# Project file for the Travis CI remote builder service.
#
# Version: @(#).travis.yml 1.0.12 2018/05/14
# Version: @(#).travis.yml 1.0.13 2019/03/10
#
# Authors: Natalia Portillo, <claunia@claunia.com>
# Fred N. van Kempen, <decwiz@yahoo.com>
#
# Copyright 2018,2019 Fred N. van Kempen.
# Copyright 2018 Natalia Portillo.
# Copyright 2018 Fred N. van Kempen.
#
# Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the
@@ -57,8 +57,8 @@ env:
matrix:
- PROG=VARCem CROSS=y DEBUG=n
- PROG=VACRCem-debug CROSS=y DEBUG=y
- PROG=VACRCem-dev CROSS=y DEBUG=y DEV_BUILD=y
- PROG=VARCem-debug CROSS=y DEBUG=y
- PROG=VARCem-dev CROSS=y DEBUG=y DEV_BUILD=y
before_install:
# Kill off the (most likely running) APT daily update.