Skip to content

Commit 0647450

Browse files
committed
Use POSIX compliant equality test
1 parent ce1d54d commit 0647450

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
@@ -80,7 +80,7 @@ git:
8080

8181
before_install:
8282
# Perform platform-specific initialization:
83-
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
83+
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
8484
mkdir -p $HOME/bin;
8585
ln -s /usr/bin/gcc-5 $HOME/bin/gcc;
8686
ln -s /usr/bin/g++-5 $HOME/bin/g++;

0 commit comments

Comments
 (0)