Skip to content

Commit a063d6a

Browse files
authored
Update .travis.yml
1 parent 81e0864 commit a063d6a

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
@@ -1,10 +1,10 @@
11
language: vba
22
install:
33
- composer install
4+
- sudo apt-get install -qq mono-complete
45
script:
56
- vendor/bin/phpcs --extensions=cls/vba,bas/vba --standard=vendor/beakerboy/vba_tokenizer/src/Standards/VBA $TRAVIS_BUILD_DIR/src
67
after_success:
7-
- sudo apt-get install -qq mono-complete
88
- wget https://www.naturaldocs.org/download/natural_docs/2.0.2/Natural_Docs_2.0.2.zip -O /tmp/ND.zip
99
- unzip /tmp/ND.zip -d /tmp
1010
- mkdir $TRAVIS_BUILD_DIR/docs

0 commit comments

Comments
 (0)