Updating home directory to fix CI error messages

This commit is contained in:
lmat 2017-10-27 11:11:11 -04:00
parent e8e43b33d6
commit 7a0d5a5735
2 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,9 @@ sudo: required
language: c++
compiler: gcc
env:
- BUILDENV=arch BUILDTYPE=cmake-make
- BUILDENV=arch BUILDTYPE=cmake-ninja
- BUILDENV=arch BUILDTYPE=autotools
- BUILDENV=ubuntu-14.04 BUILDTYPE=cmake-make
- BUILDENV=ubuntu-14.04 BUILDTYPE=cmake-ninja
- BUILDENV=ubuntu-14.04 BUILDTYPE=autotools
services:
- docker

View File

@ -1,5 +1,7 @@
#!/bin/bash -e
mkdir -p "$HOME"/.local/share
mkdir build
cd build
export TZ="America/Los_Angeles"