Skip to content

Commit 598c146

Browse files
authored
Updated travis.yml
changed default c script call
1 parent f24f1ff commit 598c146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ before_install:
1010
- sudo apt-get -qq update
1111
- sudo apt-get install -y libcfitsio3-dev
1212

13-
1413
install:
1514
- mkdir build
1615
- cd build
1716
- cmake ..
17+
18+
script:
1819
- make install

0 commit comments

Comments
 (0)