Skip to content

Commit 976572d

Browse files
authored
Update .travis.yml
1 parent bce3cbd commit 976572d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ matrix:
2323
if: tag IS NOT present
2424
script:
2525
- bash ./scripts/keepSync.sh
26-
26+
27+
before_install:
28+
- sudo apt-get update
29+
- sudo apt-get install -y xmlstarlet
30+
2731
before_deploy:
2832
- echo "Now deploying things !"
2933
- git config --local user.name "Villena Guillaume"

0 commit comments

Comments
 (0)