Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
[skip-ci] appveyor: cd out after sampctl server ensure
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jan 12, 2019
1 parent 25a8d68 commit 82875bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -Vv
- cargo -V
- cd test && sampctl server ensure
- cd test && sampctl server ensure && cd ..

build_script:
- cargo build --release
Expand Down

0 comments on commit 82875bf

Please sign in to comment.