Skip to content

Commit

Permalink
Travis configuration cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Feb 8, 2022
1 parent a2f22e8 commit 4ca1a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
before_script:
- sudo -i -E perl $TRAVIS_BUILD_DIR/src/fastnetmon_install.pl --use-git-master
- cd $TRAVIS_BUILD_DIR/src
script: mkdir -p build; cd build; cmake .. -DDISABLE_PF_RING_SUPPORT=ON -DENABLE_LUA_SUPPORT=OFF; make
script: mkdir -p build; cd build; cmake ..; make
notifications:
email:
recipients:
Expand Down

0 comments on commit 4ca1a67

Please sign in to comment.