Skip to content

Commit fdc0c6c

Browse files
Fix typos
1 parent 2c1576d commit fdc0c6c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,30 @@ addons:
1414
matrix:
1515
include:
1616
- os: linux
17+
name: "CMake Release Test on Linux"
1718
env: CMAKE_BUILD_TYPE=Release
1819
- os: linux
1920
name: "Makefile Test on Linux"
2021
script:
2122
- rm -f make.inc
2223
- cp make.inc.example make.inc
2324
- make -s -j2 all
24-
- make -j2 install
25+
- make -j2 lapack_install
2526
- os: linux
27+
name: "CMake Coverage Test on Linux"
2628
env: CMAKE_BUILD_TYPE=Coverage
29+
- os: osx
30+
name: "CMake Release Test on Mac OS X"
31+
osx_image: xcode10.3
32+
env: CMAKE_BUILD_TYPE=Release
2733
- os: osx
2834
osx_image: xcode10.3
2935
name: "Makefile Test on Mac OS X"
3036
script:
3137
- rm -f make.inc
3238
- cp make.inc.example make.inc
3339
- make -s -j2 all
34-
- make -j2 install
40+
- make -j2 lapack_install
3541

3642
before_script:
3743
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST

0 commit comments

Comments
 (0)