Skip to content

Commit 67c5d10

Browse files
author
Ignacio Corderi
committed
Getting Travis to call cargo build --release
1 parent f983188 commit 67c5d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
secure: lM8sY8wJcIpeSxi6V0pkj88qwdbae3NVjQu/xKvQ5NMXedrqqvRU5fWhO9tRh8mLh8od7pmjNIKUpcgKkyD837mFRyXik1KRdTb5Gp3ti1+1Q7JNzCerwAJB7U6wIywsd4R9ZVlTKM4xk35loEBhyKkETslDBQ3n07kn5hX7cVk=
66

77
script:
8-
- cargo build --verbose
8+
- cargo build --release --verbose
99
- cargo test --verbose
1010
- cargo doc --no-deps --verbose
1111

0 commit comments

Comments
 (0)