Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit e98c1c1

Browse files
committed
💚 Travis: Test before building release target
1 parent 92e70af commit e98c1c1

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
@@ -9,8 +9,8 @@ before_script:
99
- echo -e "machine github.com\n login $GITHUB_TOKEN" > ~/.netrc
1010
- git lfs pull
1111
script:
12-
- cargo build --release
1312
- cargo test
13+
- cargo build --release
1414
before_deploy:
1515
- curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
1616
- sudo add-apt-repository "deb https://deb.nodesource.com/node_8.x $(lsb_release -s -c) main" -y

0 commit comments

Comments
 (0)