Skip to content

Commit e4cff5c

Browse files
committed
use /usr/bin/time in travis for moar info
1 parent 5ec5bec commit e4cff5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ before_install:
2727
- nvm install 7.2.1
2828
- nvm use 7.2.1
2929
install:
30-
- rakudobrew build-panda
30+
- /usr/bin/time rakudobrew build-panda
3131
- export PATH="$PATH:/home/travis/.rakudobrew/moar-nom/install/share/perl6/site/bin"
32-
- panda --force --notests install LWP::Simple
33-
- panda installdeps .
34-
- panda install Pod::To::HTML
32+
- /usr/bin/time panda --force --notests install LWP::Simple
33+
- /usr/bin/time panda installdeps .
34+
- /usr/bin/time panda install Pod::To::HTML
3535

3636
script:
37-
- make test
37+
- /usr/bin/time make test
3838
- export CXX=g++-4.8
3939
- $CXX --version
40-
- make html
40+
- /usr/bin/time make html

0 commit comments

Comments
 (0)