Skip to content

Commit 02c7b81

Browse files
committed
Fix copy/paste typo
1 parent 228fc00 commit 02c7b81

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
@@ -46,8 +46,8 @@ matrix:
4646
- env: TARGET=x86_64-unknown-netbsd DYLIB=1 STD=1 OPENSSL=0.7.17
4747

4848
# Solaris
49-
- env: TARGET=sparcv9-unknown-freebsd DYLIB=1 STD=1 OPENSSL=0.7.17
50-
- env: TARGET=x86_64-unknown-freebsd DYLIB=1 STD=1 OPENSSL=0.7.17
49+
- env: TARGET=sparcv9-sun-solaris DYLIB=1 STD=1 OPENSSL=0.7.17
50+
- env: TARGET=x86_64-sun-solaris DYLIB=1 STD=1 OPENSSL=0.7.17
5151

5252
# Windows
5353
- env: TARGET=x86_64-pc-windows-gnu CPP=1 STD=1 RUN=1

0 commit comments

Comments
 (0)