Skip to content

Commit ceacc01

Browse files
authored
Fix CI
1 parent e231012 commit ceacc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ matrix:
5252
- SRC=false
5353

5454
before_install:
55-
- if [ $TRAVIS_OS_NAME == "linux" ]; sudo apt-get -y install rename; fi
55+
- if [ $TRAVIS_OS_NAME == "linux" ]; then sudo apt-get -y install rename; fi
5656

5757
install:
5858
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then MINICONDA=Miniconda3-latest-Linux-x86_64.sh; fi

0 commit comments

Comments
 (0)