Skip to content

Commit c073125

Browse files
Cleaned up some old settings
1 parent 0ef46b9 commit c073125

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ lib/
1212
lib64/
1313
.cache
1414
*.log
15+
16+
.DS_Store

.travis.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ addons:
1414
- libdw-dev
1515
- cmake
1616

17+
Env:
18+
1719
matrix:
1820
include:
1921
- os: linux
@@ -32,26 +34,26 @@ matrix:
3234
language: generic
3335
dist: trusty
3436
- os: osx
35-
osx_image: xcode6.4
37+
osx_image: xcode7.3
3638
language: generic
3739
- os: osx
38-
osx_image: xcode7.2
40+
osx_image: xcode8
3941
language: generic
4042
- os: osx
41-
osx_image: xcode7.3
43+
osx_image: xcode8.3
4244
language: generic
4345
- os: osx
44-
osx_image: xcode8
46+
osx_image: xcode9
4547
language: generic
4648
- os: osx
47-
osx_image: xcode8.3
49+
osx_image: xcode9.2
4850
language: generic
4951
allowed failures:
50-
- os: linux
51-
sudo: true
5252
- os: osx
5353
osx_image: xcode6.4
5454
language: generic
55+
- os: linux
56+
sudo: true
5557
- os: linux
5658
language: generic
5759
dist: precice
@@ -71,5 +73,10 @@ script:
7173

7274
after_success:
7375
- ./tests/travis_prep_kcov.sh || true
76+
- make clean || true
77+
- echo "Done."
78+
79+
after_failure:
80+
- make clean || true
7481
- echo "Done."
7582

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
License - MIT
22

3-
Copyright (c) 2017 Mr. Walls
3+
Copyright (c) 2017-2018 Mr. Walls
44

55
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# BASH Repo Template
44
# ..................................
5-
# Copyright (c) 2017, Kendrick Walls
5+
# Copyright (c) 2017-2018, Kendrick Walls
66
# ..................................
77
# Licensed under MIT (the "License");
88
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)