Skip to content

Commit 5cebb83

Browse files
committed
upgrade skill-tree to 1.1.0, which has some new features
1 parent 61b4195 commit 5cebb83

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
@@ -15,7 +15,7 @@ rust:
1515
before_script:
1616
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
1717
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
18-
- (test -x $HOME/.cargo/bin/skill-tree || cargo install --vers "^1.0" skill-tree)
18+
- (test -x $HOME/.cargo/bin/skill-tree || cargo install --vers "^1.1" skill-tree)
1919
- cargo install-update -a
2020

2121
script:

0 commit comments

Comments
 (0)