Skip to content

Commit

Permalink
must have install step
Browse files Browse the repository at this point in the history
  • Loading branch information
bstabler committed Jan 27, 2018
1 parent b05bd27 commit 6bec6b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -77,6 +77,9 @@ env:
- FOLDER=sources/models/VERSPM/Test1 SCRIPT='run_model.R' PACKAGE=false
- FOLDER=sources/VEGUI SCRIPT='run_vegui_test.R' PACKAGE=false

install:
echo 'install step'

# install and test framework, modules, models, GUI
script:
- |
Expand Down

1 comment on commit 6bec6b6

@bstabler
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.