diff options
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index 03fdf74..92240c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,4 +54,6 @@ after_success:    - cd gcc    - ls    - cd x86_64-linux-gnu -  - ls 
\ No newline at end of file +  - ls +  - cd 4.9 +  - ls
\ No newline at end of file | 
