Skip to content

Commit 349530a

Browse files
authored
Update .travis.yml
labsquare#98 from github ?
1 parent 15fb999 commit 349530a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ install:
1414

1515

1616
script:
17-
- git clone https://invent.kde.org/frameworks/extra-cmake-modules.git
17+
- git clone https://github.com/KDE/extra-cmake-modules.git
1818
- cd extra-cmake-modules
1919
- mkdir build && cd build
2020
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
2121
- make && sudo make install
2222
- cd ../..
23-
- git clone https://invent.kde.org/frameworks/karchive.git
23+
- git clone https://github.com/KDE/karchive.git
2424
- cd karchive
2525
- mkdir build && cd build
2626
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr/

0 commit comments

Comments
 (0)